crypto/tls.serverHandshakeStateTLS13.echContext (field)

11 uses

	crypto/tls (current package)
		handshake_server.go#L54: 			echContext:  ech,
		handshake_server_tls13.go#L62: 	echContext      *echServerContext
		handshake_server_tls13.go#L568: 	if hs.echContext != nil {
		handshake_server_tls13.go#L604: 	if hs.echContext != nil {
		handshake_server_tls13.go#L616: 		if echType == outerECHExt && hs.echContext.inner || echType == innerECHExt && !hs.echContext.inner {
		handshake_server_tls13.go#L622: 			if echCiphersuite != hs.echContext.ciphersuite || configID != hs.echContext.configID || len(encap) != 0 {
		handshake_server_tls13.go#L627: 			encodedInner, err := decryptECHPayload(hs.echContext.hpkeContext, clientHello.original, payload)
		handshake_server_tls13.go#L730: 	if hs.echContext != nil {
		handshake_server_tls13.go#L803: 	if len(hs.c.config.EncryptedClientHelloKeys) > 0 && len(hs.clientHello.encryptedClientHello) > 0 && hs.echContext == nil {